home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 103 / MacAddict_103_2005-03.iso / Software / Internet & Communication / Adium X 0.73.dmg / Adium.app / Contents / Resources / English.lproj / AdiumSuite.scriptTerminology next >
Encoding:
Extensible Markup Language  |  2004-12-26  |  16.6 KB  |  599 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>AIAccount</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>image</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>An image representing this account's service.</string>
  15.                     <key>Name</key>
  16.                     <string>service image</string>
  17.                 </dict>
  18.             </dict>
  19.             <key>Description</key>
  20.             <string>A messaging account. Accounts inherit all capabilities of list objects.</string>
  21.             <key>Name</key>
  22.             <string>account</string>
  23.             <key>PluralName</key>
  24.             <string>accounts</string>
  25.         </dict>
  26.         <key>AIChat</key>
  27.         <dict>
  28.             <key>Attributes</key>
  29.             <dict>
  30.                 <key>chatImage</key>
  31.                 <dict>
  32.                     <key>Description</key>
  33.                     <string>An image representing this chat.</string>
  34.                     <key>Name</key>
  35.                     <string>chat image</string>
  36.                 </dict>
  37.                 <key>dateOpened</key>
  38.                 <dict>
  39.                     <key>Description</key>
  40.                     <string>The date this chat was opened.</string>
  41.                     <key>Name</key>
  42.                     <string>date opened</string>
  43.                 </dict>
  44.                 <key>listObject</key>
  45.                 <dict>
  46.                     <key>Description</key>
  47.                     <string>The contact with which this chat is taking place.  If the chat is with multiple contacts, this will be NULL.</string>
  48.                     <key>Name</key>
  49.                     <string>contact</string>
  50.                 </dict>
  51.                 <key>name</key>
  52.                 <dict>
  53.                     <key>Description</key>
  54.                     <string>The name of this chat (for a one-on-one chat, this is the same as the contact's display name.</string>
  55.                     <key>Name</key>
  56.                     <string>chat name</string>
  57.                 </dict>
  58.                 <key>uniqueChatID</key>
  59.                 <dict>
  60.                     <key>Description</key>
  61.                     <string>A unique identifier for this chat.</string>
  62.                     <key>Name</key>
  63.                     <string>ID</string>
  64.                 </dict>
  65.             </dict>
  66.             <key>Description</key>
  67.             <string>A chat.</string>
  68.             <key>Name</key>
  69.             <string>chat</string>
  70.             <key>PluralName</key>
  71.             <string>chats</string>
  72.             <key>SupportedCommands</key>
  73.             <dict>
  74.                 <key>AdiumSuite.Send</key>
  75.                 <string>sendScriptCommand:</string>
  76.             </dict>
  77.             <key>ToManyRelationships</key>
  78.             <dict>
  79.                 <key>participatingListObjects</key>
  80.                 <dict>
  81.                     <key>Description</key>
  82.                     <string>All contacts participating in this chat.</string>
  83.                     <key>Name</key>
  84.                     <string>participating contacts</string>
  85.                 </dict>
  86.             </dict>
  87.         </dict>
  88.         <key>AIContentMessage</key>
  89.         <dict>
  90.             <key>Attributes</key>
  91.             <dict>
  92.                 <key>isAutoreply</key>
  93.                 <dict>
  94.                     <key>Description</key>
  95.                     <string>Is this message an automatic reply?</string>
  96.                     <key>Name</key>
  97.                     <string>is autoreply</string>
  98.                 </dict>
  99.             </dict>
  100.             <key>Description</key>
  101.             <string>A content object containing a message to or from a chat. Inherits from content.</string>
  102.             <key>Name</key>
  103.             <string>content message</string>
  104.             <key>PluralName</key>
  105.             <string>content messages</string>
  106.         </dict>
  107.         <key>AIContentObject</key>
  108.         <dict>
  109.             <key>Attributes</key>
  110.             <dict>
  111.                 <key>chat</key>
  112.                 <dict>
  113.                     <key>Description</key>
  114.                     <string>The chat in which this content resides.</string>
  115.                     <key>Name</key>
  116.                     <string>content chat</string>
  117.                 </dict>
  118.                 <key>date</key>
  119.                 <dict>
  120.                     <key>Description</key>
  121.                     <string>The date this content was received.</string>
  122.                     <key>Name</key>
  123.                     <string>content date</string>
  124.                 </dict>
  125.                 <key>destination</key>
  126.                 <dict>
  127.                     <key>Description</key>
  128.                     <string>The destination of this content.</string>
  129.                     <key>Name</key>
  130.                     <string>destination</string>
  131.                 </dict>
  132.                 <key>displayContent</key>
  133.                 <dict>
  134.                     <key>Description</key>
  135.                     <string>Should this message be displayed in its chat?</string>
  136.                     <key>Name</key>
  137.                     <string>should display</string>
  138.                 </dict>
  139.                 <key>filterContent</key>
  140.                 <dict>
  141.                     <key>Description</key>
  142.                     <string>Should this message be filtered by message filters?</string>
  143.                     <key>Name</key>
  144.                     <string>should filter</string>
  145.                 </dict>
  146.                 <key>isOutgoing</key>
  147.                 <dict>
  148.                     <key>Description</key>
  149.                     <string>Is this content outgoing?.</string>
  150.                     <key>Name</key>
  151.                     <string>is outgoing</string>
  152.                 </dict>
  153.                 <key>messageHTML</key>
  154.                 <dict>
  155.                     <key>Description</key>
  156.                     <string>The message of this content, in HTML.</string>
  157.                     <key>Name</key>
  158.                     <string>HTML message</string>
  159.                 </dict>
  160.                 <key>messageString</key>
  161.                 <dict>
  162.                     <key>Description</key>
  163.                     <string>The message of this content, in plain text (losing all formatting and embedded information).</string>
  164.                     <key>Name</key>
  165.                     <string>plainText message</string>
  166.                 </dict>
  167.                 <key>sendContent</key>
  168.                 <dict>
  169.                     <key>Description</key>
  170.                     <string>Should this message be sent? This is relevant only if it isOutgoing is TRUE.</string>
  171.                     <key>Name</key>
  172.                     <string>should send</string>
  173.                 </dict>
  174.                 <key>source</key>
  175.                 <dict>
  176.                     <key>Description</key>
  177.                     <string>The source of this content.</string>
  178.                     <key>Name</key>
  179.                     <string>source</string>
  180.                 </dict>
  181.                 <key>trackContent</key>
  182.                 <dict>
  183.                     <key>Description</key>
  184.                     <string>Should this message be tracked? For example, should Adium alert the user if it has not been viewed?</string>
  185.                     <key>Name</key>
  186.                     <string>should track</string>
  187.                 </dict>
  188.             </dict>
  189.             <key>Description</key>
  190.             <string>A basic unit of content.</string>
  191.             <key>Name</key>
  192.             <string>content</string>
  193.             <key>PluralName</key>
  194.             <string>contents</string>
  195.         </dict>
  196.         <key>AIInterfaceController</key>
  197.         <dict>
  198.             <key>Description</key>
  199.             <string>The interfaceController, which manages the interface presented to the user.</string>
  200.             <key>Name</key>
  201.             <string>interface controller</string>
  202.             <key>PluralName</key>
  203.             <string>interface controllers</string>
  204.             <key>Attributes</key>
  205.             <dict>
  206.                 <key>mostRecentActiveChat</key>
  207.                 <dict>
  208.                     <key>Description</key>
  209.                     <string>The chat which most recently had focus.</string>
  210.                     <key>Name</key>
  211.                     <string>active chat</string>
  212.                 </dict>
  213.             </dict>
  214.         </dict>
  215.         <key>AIListContact</key>
  216.         <dict>
  217.             <key>Attributes</key>
  218.             <dict>
  219.                 <key>account</key>
  220.                 <dict>
  221.                     <key>Description</key>
  222.                     <string>The account on which this contact resides.</string>
  223.                     <key>Name</key>
  224.                     <string>owning account</string>
  225.                 </dict>
  226.                 <key>visible</key>
  227.                 <dict>
  228.                     <key>Description</key>
  229.                     <string>Is this contact visible in the contact list?</string>
  230.                     <key>Name</key>
  231.                     <string>visible</string>
  232.                 </dict>
  233.             </dict>
  234.             <key>Description</key>
  235.             <string>A contact (buddy).  Contacts inherit all capabilities of list objects.</string>
  236.             <key>Name</key>
  237.             <string>contact</string>
  238.             <key>PluralName</key>
  239.             <string>contacts</string>
  240.         </dict>
  241.         <key>AIListObject</key>
  242.         <dict>
  243.             <key>Attributes</key>
  244.             <dict>
  245.                 <key>displayName</key>
  246.                 <dict>
  247.                     <key>Description</key>
  248.                     <string>The name, potentially specified by the user or via the address book, to display for this object.</string>
  249.                     <key>Name</key>
  250.                     <string>display name</string>
  251.                 </dict>
  252.                 <key>serviceID</key>
  253.                 <dict>
  254.                     <key>Description</key>
  255.                     <string>Specific service (such as AIM, ICQ, or MSN) of this object. (See serviceClass)</string>
  256.                     <key>Name</key>
  257.                     <string>serviceID</string>
  258.                 </dict>
  259.                 <key>serviceClass</key>
  260.                 <dict>
  261.                     <key>Description</key>
  262.                     <string>Same as serviceID in most cases; a general class of compatible protocols.  This is curently only different for AIM, ICQ, and .Mac, all of which have different serviceIDs but the same service class, AIM.  For future compatibility, this is the recommended service identifier.</string>
  263.                     <key>Name</key>
  264.                     <string>serviceClass</string>
  265.                 </dict>
  266.                 <key>formattedUID</key>
  267.                 <dict>
  268.                     <key>Description</key>
  269.                     <string>UID (screenname, user ID, nick) of this object.</string>
  270.                     <key>Name</key>
  271.                     <string>UID</string>
  272.                 </dict>
  273.                 <key>idleTime</key>
  274.                 <dict>
  275.                     <key>Description</key>
  276.                     <string>Time in seconds this contact or account has been idle.</string>
  277.                     <key>Name</key>
  278.                     <string>idle time</string>
  279.                 </dict>
  280.                 <key>longDisplayName</key>
  281.                 <dict>
  282.                     <key>Description</key>
  283.                     <string>A possibly longer form of the name to display for this object, which has no length restrictions and may include the UID of this object.</string>
  284.                     <key>Name</key>
  285.                     <string>long display name</string>
  286.                 </dict>
  287.                 <key>notes</key>
  288.                 <dict>
  289.                     <key>Description</key>
  290.                     <string>Notes on this object.</string>
  291.                     <key>Name</key>
  292.                     <string>notes</string>
  293.                 </dict>
  294.                 <key>statusSummary</key>
  295.                 <dict>
  296.                     <key>Description</key>
  297.                     <string>The status of this contact or account.</string>
  298.                     <key>Name</key>
  299.                     <string>status</string>
  300.                 </dict>
  301.                 <key>statusMessage</key>
  302.                 <dict>
  303.                     <key>Description</key>
  304.                     <string>A message describing the status of this contact or account ('away message' in AIM terminology).</string>
  305.                     <key>Name</key>
  306.                     <string>status message</string>
  307.                 </dict>
  308.                 <key>internalObjectID</key>
  309.                 <dict>
  310.                     <key>Description</key>
  311.                     <string>A unique identifier for this object.</string>
  312.                     <key>Name</key>
  313.                     <string>ID</string>
  314.                 </dict>
  315.                 <key>userIconData</key>
  316.                 <dict>
  317.                     <key>Description</key>
  318.                     <string>An image for this contact or account.</string>
  319.                     <key>Name</key>
  320.                     <string>image</string>
  321.                 </dict>
  322.                 <key>online</key>
  323.                 <dict>
  324.                     <key>Description</key>
  325.                     <string>Is this account or contact online?.</string>
  326.                     <key>Name</key>
  327.                     <string>online</string>
  328.                 </dict>
  329.             </dict>
  330.             <key>Description</key>
  331.             <string>A contact or account.</string>
  332.             <key>Name</key>
  333.             <string>list object</string>
  334.             <key>PluralName</key>
  335.             <string>list objects</string>
  336.         </dict>
  337.         <key>ESApplescriptabilityController</key>
  338.         <dict>
  339.             <key>Attributes</key>
  340.             <dict>
  341.                 <key>defaultImageData</key>
  342.                 <dict>
  343.                     <key>Description</key>
  344.                     <string>The default image used for my accounts' user images if no other is specified.</string>
  345.                     <key>Name</key>
  346.                     <string>default image</string>
  347.                 </dict>
  348.                 <key>interfaceController</key>
  349.                 <dict>
  350.                     <key>Description</key>
  351.                     <string>The interfaceController, which manages the interface presented to the user.</string>
  352.                     <key>Name</key>
  353.                     <string>interfaceController</string>
  354.                 </dict>
  355.                 <key>myIdleTime</key>
  356.                 <dict>
  357.                     <key>Description</key>
  358.                     <string>The amount of time that I have been idle.</string>
  359.                     <key>Name</key>
  360.                     <string>my idle time</string>
  361.                 </dict>
  362.                 <key>myStatus</key>
  363.                 <dict>
  364.                     <key>Description</key>
  365.                     <string>My status on all accounts. (NOTE: Status is incomplete; the only status which can currently be set through this property is Available.  For now, away and away message are set via "my status message" and idle it set via "my idle."</string>
  366.                     <key>Name</key>
  367.                     <string>my status</string>
  368.                 </dict>
  369.                 <key>myStatusMessage</key>
  370.                 <dict>
  371.                     <key>Description</key>
  372.                     <string>My status message on all accounts.</string>
  373.                     <key>Name</key>
  374.                     <string>my status message</string>
  375.                 </dict>
  376.             </dict>
  377.             <key>Description</key>
  378.             <string>Lowest-level Applescript bridge to the Adium application, and the default subcontainer.</string>
  379.             <key>Name</key>
  380.             <string>Adium controller</string>
  381.             <key>PluralName</key>
  382.             <string>Adium controllers</string>
  383.             <key>ToManyRelationships</key>
  384.             <dict>
  385.                 <key>accounts</key>
  386.                 <dict>
  387.                     <key>Description</key>
  388.                     <string>All accounts.</string>
  389.                     <key>Name</key>
  390.                     <string>accounts</string>
  391.                 </dict>
  392.                 <key>chats</key>
  393.                 <dict>
  394.                     <key>Description</key>
  395.                     <string>All chats.</string>
  396.                     <key>Name</key>
  397.                     <string>chats</string>
  398.                 </dict>
  399.                 <key>contacts</key>
  400.                 <dict>
  401.                     <key>Description</key>
  402.                     <string>All contacts for all connected accounts.</string>
  403.                     <key>Name</key>
  404.                     <string>contacts</string>
  405.                 </dict>
  406.             </dict>
  407.             <key>SupportedCommands</key>
  408.             <dict>
  409.                 <key>AdiumSuite.CreateChat</key>
  410.                 <string>createChatCommand:</string>
  411.             </dict>
  412.         </dict>
  413.         <key>NSApplication</key>
  414.         <dict>
  415.             <key>Description</key>
  416.             <string>The Adium X application. To access controllers besides the default subcontainer, put "the first" before the controller name even though there is only one.</string>
  417.             <key>Name</key>
  418.             <string>application</string>
  419.             <key>PluralName</key>
  420.             <string>applications</string>
  421.             <key>ToOneRelationships</key>
  422.             <dict>
  423.                 <key>applescriptabilityController</key>
  424.                 <dict>
  425.                     <key>Description</key>
  426.                     <string>Default subcontainer - automatically accessed when sending messages to the Adium application.</string>
  427.                     <key>Name</key>
  428.                     <string>Adium controller</string>
  429.                 </dict>
  430.                 <key>interfaceController</key>
  431.                 <dict>
  432.                     <key>Description</key>
  433.                     <string>The interfaceController, which manages the interface presented to the user.</string>
  434.                     <key>Name</key>
  435.                     <string>interface controller</string>
  436.                 </dict>
  437.             </dict>
  438.         </dict>
  439.     </dict>
  440.     <key>Commands</key>
  441.     <dict>
  442.         <key>Connect</key>
  443.         <dict>
  444.             <key>Description</key>
  445.             <string>Request that an account connect to its service. If the account password is not in the keychain the user will be prompted to enter one.</string>
  446.             <key>Name</key>
  447.             <string>connect</string>
  448.             <key>UnnamedArgument</key>
  449.             <dict>
  450.                 <key>Description</key>
  451.                 <string>an account</string>
  452.             </dict>
  453.         </dict>
  454.         <key>Disconnect</key>
  455.         <dict>
  456.             <key>Description</key>
  457.             <string>Disconnect an account, or all accounts if no account is specified.</string>
  458.             <key>Name</key>
  459.             <string>disconnect</string>
  460.             <key>UnnamedArgument</key>
  461.             <dict>
  462.                 <key>Description</key>
  463.                 <string>an account</string>
  464.             </dict>
  465.         </dict>
  466.         <key>Send</key>
  467.         <dict>
  468.             <key>Arguments</key>
  469.             <dict>
  470.                 <key>account</key>
  471.                 <dict>
  472.                     <key>Description</key>
  473.                     <string>An account with which to originate the message (if no account is specified, the best available account will be automatically determined).</string>
  474.                     <key>Name</key>
  475.                     <string>on account</string>
  476.                 </dict>
  477.                 <key>autoreply</key>
  478.                 <dict>
  479.                     <key>Description</key>
  480.                     <string>YES if the message should be tagged as an autoreply (if supported by the service - valid only if sending a textual message).</string>
  481.                     <key>Name</key>
  482.                     <string>autoreply</string>
  483.                 </dict>
  484.                 <key>filePath</key>
  485.                 <dict>
  486.                     <key>Description</key>
  487.                     <string>Full path to a file to send.  Sending of directories is not supported at this time.</string>
  488.                     <key>Name</key>
  489.                     <string>file</string>
  490.                 </dict>
  491.                 <key>message</key>
  492.                 <dict>
  493.                     <key>Description</key>
  494.                     <string>The message to send, which may be HTML-encoded.</string>
  495.                     <key>Name</key>
  496.                     <string>message</string>
  497.                 </dict>
  498.             </dict>
  499.             <key>Description</key>
  500.             <string>Send a message or file.</string>
  501.             <key>Name</key>
  502.             <string>send</string>
  503.             <key>UnnamedArgument</key>
  504.             <dict>
  505.                 <key>Description</key>
  506.                 <string>a contact or chat to which to send</string>
  507.             </dict>
  508.         </dict>
  509.         <key>CreateChat</key>
  510.         <dict>
  511.             <key>Arguments</key>
  512.             <dict>
  513.                 <key>UID</key>
  514.                 <dict>
  515.                     <key>Description</key>
  516.                     <string>The screen name (UID) of the destination contact.</string>
  517.                     <key>Name</key>
  518.                     <string>with UID</string>
  519.                 </dict>
  520.                 <key>serviceID</key>
  521.                 <dict>
  522.                     <key>Description</key>
  523.                     <string>The service ID (such as AIM, MSN, Yahoo, Jabber, ICQ) on which the chat should be initiated.</string>
  524.                     <key>Name</key>
  525.                     <string>on service</string>
  526.                 </dict>
  527.             </dict>
  528.             <key>Description</key>
  529.             <string>Create a new chat.</string>
  530.             <key>Name</key>
  531.             <string>create chat</string>
  532.         </dict>
  533.     </dict>
  534.     <key>Description</key>
  535.     <string>commands and classes for Adium scripting.</string>
  536.     <key>Enumerations</key>
  537.     <dict>
  538.         <key>AIStatusSummary</key>
  539.         <dict>
  540.             <key>Available</key>
  541.             <dict>
  542.                 <key>Name</key>
  543.                 <string>available</string>
  544.             </dict>
  545.             <key>Away</key>
  546.             <dict>
  547.                 <key>Name</key>
  548.                 <string>away</string>
  549.             </dict>
  550.             <key>Away and Idle</key>
  551.             <dict>
  552.                 <key>Name</key>
  553.                 <string>away and idle</string>
  554.             </dict>
  555.             <key>Idle</key>
  556.             <dict>
  557.                 <key>Name</key>
  558.                 <string>idle</string>
  559.             </dict>
  560.             <key>Offline</key>
  561.             <dict>
  562.                 <key>Name</key>
  563.                 <string>offline</string>
  564.             </dict>
  565.             <key>Unknown</key>
  566.             <dict>
  567.                 <key>Name</key>
  568.                 <string>unknown</string>
  569.             </dict>
  570.         </dict>
  571.         <key>ConnectionStatus</key>
  572.         <dict>
  573.             <key>Connected</key>
  574.             <dict>
  575.                 <key>Name</key>
  576.                 <string>connected</string>
  577.             </dict>
  578.             <key>Connecting</key>
  579.             <dict>
  580.                 <key>Name</key>
  581.                 <string>connecting</string>
  582.             </dict>
  583.             <key>Disconnected</key>
  584.             <dict>
  585.                 <key>Name</key>
  586.                 <string>disconnected</string>
  587.             </dict>
  588.             <key>Disconnecting</key>
  589.             <dict>
  590.                 <key>Name</key>
  591.                 <string>disconnecting</string>
  592.             </dict>
  593.         </dict>
  594.     </dict>
  595.     <key>Name</key>
  596.     <string>Adium Suite</string>
  597. </dict>
  598. </plist>
  599.